home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / ActiveX Controlls / XP Suite / DATA1.CAB / XP_Spin_Sample_Files / Form1.frm (.txt) next >
Encoding:
Visual Basic Form  |  2003-04-24  |  3.4 KB  |  106 lines

  1. VERSION 5.00
  2. Object = "{6D885E6C-D35F-4934-A12E-E78DA94785D4}#1.0#0"; "CIAXPSpin.ocx"
  3. Begin VB.Form Form1 
  4.    Caption         =   "Form1"
  5.    ClientHeight    =   3840
  6.    ClientLeft      =   60
  7.    ClientTop       =   450
  8.    ClientWidth     =   5415
  9.    LinkTopic       =   "Form1"
  10.    ScaleHeight     =   3840
  11.    ScaleWidth      =   5415
  12.    StartUpPosition =   3  'Windows Default
  13.    Begin ciaXPSpin.XPSpin XPSpin3 
  14.       Height          =   330
  15.       Left            =   1560
  16.       TabIndex        =   4
  17.       Top             =   555
  18.       Width           =   1065
  19.       _ExtentX        =   1879
  20.       _ExtentY        =   582
  21.       ForeColor       =   -2147483640
  22.       BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  23.          Name            =   "MS Sans Serif"
  24.          Size            =   8.25
  25.          Charset         =   0
  26.          Weight          =   400
  27.          Underline       =   0   'False
  28.          Italic          =   0   'False
  29.          Strikethrough   =   0   'False
  30.       EndProperty
  31.       Theme           =   2
  32.    End
  33.    Begin ciaXPSpin.XPSpin XPSpin2 
  34.       Height          =   330
  35.       Left            =   2175
  36.       TabIndex        =   3
  37.       Top             =   1035
  38.       Width           =   1005
  39.       _ExtentX        =   1773
  40.       _ExtentY        =   582
  41.       RequiredField   =   -1  'True
  42.       ForeColor       =   -2147483640
  43.       BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  44.          Name            =   "MS Sans Serif"
  45.          Size            =   8.25
  46.          Charset         =   0
  47.          Weight          =   400
  48.          Underline       =   0   'False
  49.          Italic          =   0   'False
  50.          Strikethrough   =   0   'False
  51.       EndProperty
  52.       Theme           =   1
  53.    End
  54.    Begin ciaXPSpin.XPSpin XPSpin1 
  55.       Height          =   330
  56.       Left            =   3090
  57.       TabIndex        =   2
  58.       Top             =   1815
  59.       Width           =   1215
  60.       _ExtentX        =   2143
  61.       _ExtentY        =   582
  62.       ForeColor       =   -2147483640
  63.       BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  64.          Name            =   "MS Sans Serif"
  65.          Size            =   8.25
  66.          Charset         =   0
  67.          Weight          =   400
  68.          Underline       =   0   'False
  69.          Italic          =   0   'False
  70.          Strikethrough   =   0   'False
  71.       EndProperty
  72.       Decimals        =   4
  73.       SmallChange     =   0.01
  74.    End
  75.    Begin VB.Label Label1 
  76.       AutoSize        =   -1  'True
  77.       Caption         =   "This control has RequiredField enabled"
  78.       Height          =   195
  79.       Left            =   1425
  80.       TabIndex        =   5
  81.       Top             =   1440
  82.       Width           =   2760
  83.    End
  84.    Begin VB.Label Label3 
  85.       Caption         =   $"Form1.frx":0000
  86.       Height          =   885
  87.       Left            =   630
  88.       TabIndex        =   1
  89.       Top             =   2580
  90.       Width           =   4500
  91.    End
  92.    Begin VB.Label Label2 
  93.       AutoSize        =   -1  'True
  94.       Caption         =   "Note:"
  95.       Height          =   195
  96.       Left            =   630
  97.       TabIndex        =   0
  98.       Top             =   2370
  99.       Width           =   390
  100.    End
  101. Attribute VB_Name = "Form1"
  102. Attribute VB_GlobalNameSpace = False
  103. Attribute VB_Creatable = False
  104. Attribute VB_PredeclaredId = True
  105. Attribute VB_Exposed = False
  106.